home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / nerd_que.swf / scripts / DefineSprite_95 / frame_6 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  59 b   |  6 lines

  1. x = Math.random();
  2. if(x > 0.9)
  3. {
  4.    gotoAndPlay(3);
  5. }
  6.